home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Netherlands - A Compact World
/
The Netherlands.iso
/
chapters
/
1.7.dxr
/
Internal_17_game1timer.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-06-10
|
188 b
|
11 lines
on exitFrame me
global nu
if the milliSeconds > (nu + 600) then
go("game1")
else
sprite(30).locH = the mouseH
sprite(30).locV = the mouseV
go(the frame)
end if
end